home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20030409-20031118 / 000249_jaltman@columbia.edu_Fri Aug 29 14:29:30 EDT 2003.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  84 lines

  1. Article: 14488 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
  3. From: jaltman@columbia.edu (Jeffrey Altman)
  4. Newsgroups: comp.protocols.kermit.misc
  5. Subject: Re: SSH command in C-Kermit - how does it get -l paramater
  6. Date: 29 Aug 2003 00:21:58 -0400
  7. Organization: Columbia University
  8. Lines: 67
  9. Message-ID: <bimkd6$1jp$1@watsol.cc.columbia.edu>
  10. References: <3f4e97b6$1@yorrell.saard.net>
  11. NNTP-Posting-Host: watsol.cc.columbia.edu
  12. X-Trace: newsmaster.cc.columbia.edu 1062130920 22794 128.59.39.139 (29 Aug 2003 04:22:00 GMT)
  13. X-Complaints-To: postmaster@columbia.edu
  14. NNTP-Posting-Date: 29 Aug 2003 04:22:00 GMT
  15. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14488
  16.  
  17. Arthur:
  18.  
  19. C-Kermit could absolutely do a better job of intergrating with OpenSSH.
  20. All that needs to be done is for someone to spend the time to write the
  21. code or donate the money for someone else to be paid to write the code.
  22.  
  23. Jeffrey Altman
  24. Former Kermit Developer
  25.  
  26.  
  27.  
  28. In article <3f4e97b6$1@yorrell.saard.net>,
  29. Arthur Marsh  <amarsh@ncpgg.adelaide.edu.au> wrote:
  30. : Hi, I want to be able to use the SSH command in C-Kermit (8.0.210 
  31. : Dev.00, 25 Aug 2003, under Solaris 7/SPARC compiled with GCC 3.3) to 
  32. : connect to a  few different remote systems where I have accounts with 
  33. : different usernames.
  34. : I could do
  35. : ssh -l differentusername hostname
  36. : each time
  37. : but wonder why when I do:
  38. : set telnet env user differentusername
  39. : then
  40. : ssh hostname
  41. : C-Kermit does:
  42. : Connecting via command "ssh -e none -l amarsh hostname"
  43. : I would have thought that the argument to the -l parameter would be the 
  44. : current value of \v(userid), which is set by the set telnet env user 
  45. : command. How does C-Kermit get the value for the -l parameter of the SSH 
  46. : command?
  47. : Under K95 2.1.4, if I set telnet env differentusername then ssh 
  48. : hostname, I get prompted for differentusername's password as expected.
  49. : Another oddity under C-Kermit is that if I attempt an SSH login which 
  50. : fails and returns to the C-Kermit prompt, then type Connect, I get:
  51. : DNS Lookup... Can't get address for ssh -e none -l username host
  52. : Upon issuing the Connect command in K95, I get the SSH password prompt 
  53. : as expected.
  54. : I realise that SSH is an external command in C-Kermit and built-in to 
  55. : K95, but think it should be possible for the C-Kermit version to behave 
  56. : more closely like the K95 version in the two cases above.
  57. : Regards,
  58. : Arthur.
  59.  
  60.  
  61. -- 
  62.  Jeffrey Altman * Volunteer Developer      Kermit 95 2.1 GUI available now!!!
  63.  The Kermit Project @ Columbia University  SSH, Secure Telnet, Secure FTP, HTTP
  64.  http://www.kermit-project.org/            Secured with MIT Kerberos, SRP, and 
  65.  kermit-support@columbia.edu               OpenSSL.
  66.